home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Plus / Multimedia Plus with ClearVue Version 10-94 (Knowledge Media Inc.).ISO / dos / demos / 3ddemos / 3dplayer.txt < prev    next >
Text File  |  1989-11-17  |  8KB  |  206 lines

  1. ==============================================================================
  2. September 1st, 1989                                            Bernardo Zamora
  3. ==============================================================================
  4.  
  5.  
  6.                         3DPLAYER.EXE  (Version 1.0)
  7.                         ---------------------------
  8.  
  9.  
  10.  
  11.      IMPORTANT : Be sure to read the file READ.ME before proceeding
  12.                  with this document.
  13.  
  14.  
  15.  
  16. =====================
  17. Contents of this file
  18. =====================
  19.  
  20.  
  21.  
  22. I   - Note by the author
  23. II  - 3DPlayer sintax
  24. III - Video Modes
  25. IV  - Farewell
  26.  
  27.  
  28.  
  29. ======================
  30. I - Note by the author
  31. ======================
  32.  
  33.  
  34.      This programs plays pre-recorded 3D animations. This 3D files
  35.      were previously recorded with an spececial program still under
  36.      developement. This animations are for your entertainment only,
  37.      the main program cannot be obtained yet.
  38.  
  39.  
  40.      All the original program was developed under the Turbo Pascal 5.0
  41.      system. I thank Borland for the great environment they provide
  42.      to develop programs.
  43.  
  44.  
  45.      The program was fine-tuned to provide the fastest animations
  46.      possible for any kind of adapter. There are TWO different
  47.      animations possible, wire-frame and solid-model rendering.
  48.      The solid-models are pre-recorded as 'pictures', and can
  49.      only be played back in the same resolution and video-mode.
  50.      The wire-frame animations can be played back at the best
  51.      video-mode provided by your adapter. If you want to force
  52.      a video mode please refer to the VIDEO-MODE table in
  53.      chapter III.
  54.  
  55.  
  56.      This document contains the sintaxis of all the parameters accepted
  57.      by 3DPlayer V1.0. If you have any comments, please forward them
  58.      to me. (Addressed provided at the end of this document).
  59.  
  60.  
  61.  
  62. ============================
  63. II - 3DPlayer command sintax
  64. ============================
  65.  
  66.  
  67.  
  68.    IMPORTANT : When first loaded, 3DPlayer auto-detects the adapter
  69.                and video mode unless overriden by the 'mode' or
  70.                'adapter' parameters.
  71.  
  72.  
  73.    The sintax of the player is :
  74.  
  75.  
  76.    3DPLAYER file_name repetitions [delay] [video_mode] [adapter]
  77.  
  78.  
  79.     'file_name' is the name of the file to be 'played back'. Please
  80.        type the COMPLETE FILE_NAME (name.ext). The only extensions
  81.        accepted are ".ANI" or ".CUA".
  82.        (ANI=wire_frame animation, CUA=solid_model animation).
  83.  
  84.      'repetitions' is an integer that tells the player the number
  85.        of times the animation will be played. If it is 0, the
  86.        animation will continue until the user presses a key.
  87.  
  88.      'delay' is the number of miliseconds between each frame. The default
  89.        value is 20 msec. To keep the default value you can type "-1"
  90.  
  91.      'video_mode' overrides the auto-detected video_mode. Refer to
  92.        the table in the next chapter to see which mode is supported
  93.        by each adapter.
  94.  
  95.      'adapter' : overrides detected adapter.
  96.  
  97.  
  98. EXAMPLES
  99. ========
  100.  
  101.      * To replay animation (wire-frame) "TEX" 4 times :
  102.      3DPLAYER tex.ani 4
  103.  
  104.      * To play ZOOM.ANI 5 times in CGA mode (you have VGA) :
  105.      3DPLAYER zoom.ani 5 -1 0 1
  106.  
  107.      * To replay TEX animation (solid_model) until keypress (it was
  108.        recorded on CGA, so you have to OVERRIDE any other adapter & mode) :
  109.      3DPLAYER tex.cua 0 -1 0 1
  110.  
  111.  
  112. NOTE
  113. ====
  114.  
  115.  
  116.        If the mode & adapter requested cannot be used, the PLAYER tries to
  117.      use the highest video mode of the requested adapter. If the adapter
  118.      doesn't respond, PLAYER uses the highest video mode for the detected
  119.      adapter.
  120.  
  121.  
  122.  
  123.  
  124. =================
  125. III - Video Modes
  126. =================
  127.  
  128.  
  129.  
  130.                   'Adapters and provided video modes'
  131.                   -----------------------------------
  132.  
  133.  
  134. Name of     ID= Number
  135. Adapter     of adapter    Mode   Resolution  Explanation of mode
  136. ----------------------------------------------------------------------------------
  137. CGA             1          0      320*200    uses black, light green,
  138.                                              ligth red and yellow.
  139.                            1      320*200    uses black, light blue, light
  140.                                              magenta, white.
  141.                            2      320*200    uses black, green, red and
  142.                                              brown.
  143.                            3      320*200    uses black, blue, magenta and
  144.                                              light gray.
  145.                            4      640*200    monochrome.
  146. ----------------------------------------------------------------------------------
  147. MCGA            2          0      320*200    uses black, light green,
  148.                                              ligth red and yellow.
  149.                            1      320*200    uses black, light blue, light
  150.                                              magenta, white.
  151.                            2      320*200    uses black, green, red and
  152.                                              brown.
  153.                            3      320*200    uses black, blue, magenta and
  154.                                              light gray.
  155.                            4      640*200    monochrome.
  156.  
  157.                            5      640*480    monochrome.
  158. ----------------------------------------------------------------------------------
  159. EGA             3          0      640*200    16 colors.
  160.  
  161.                            1      640*350    16 colors.
  162.  
  163. ----------------------------------------------------------------------------------
  164. EGA64           4          0      640*200    16 colors.
  165.  
  166.                            1      640*350    04 colors.
  167. ----------------------------------------------------------------------------------
  168. EGAMono         5          0      640*350    monochrome.
  169. ----------------------------------------------------------------------------------
  170. HercMono        7          0      720*348    monochrome.
  171. ----------------------------------------------------------------------------------
  172. VGA             9          0      640*200    16 colors.
  173.  
  174.                            1      640*350    16 colors,
  175.  
  176.                            2      640*480    16 colors.
  177. ----------------------------------------------------------------------------------
  178.  
  179.  
  180.  
  181.  
  182. =============
  183. IV - Farewell
  184. =============
  185.  
  186.  
  187.  
  188. +===========================================================================+
  189. |  Any comments?                                                            |
  190. |                                                                           |
  191. |  Forward them to BITNET :                                                 |
  192. |     Bernardo Zamora                                                       |
  193. |     BL306971 at TECMTYVM (Monterrey - Mexico) or                          |
  194. |     PL306971 at TECMTYVM (Monterrey - Mexico) or try asking for me in     |
  195. |     EM304599 at VMTECMEX (Mexico City)                                    |
  196. |                                                                           |
  197. |  Or by mail :                                                             |
  198. |     Bernardo Zamora,                                                      |
  199. |     Paseo de la Herradura #126,                                           |
  200. |     La Herradura,                                                         |
  201. |     Mexico 53920, Mexico City.                                            |
  202. |     MEXICO.                                                               |
  203. |                                                                           |
  204. |  Any mail delivered to my BITNET address will be answered. Thanks.        |
  205. +===========================================================================+
  206.